home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d881.lha / PrintFiles / Deutsch / Rexx / schoenschrift < prev    next >
Text File  |  1993-07-16  |  1KB  |  27 lines

  1. /* ************************************************************* */
  2. /* PrintFiles V1.31d Aug 15 1992  Preferences - Arexx File */
  3. /*  erzeugt am   Sonntag, 16. August 1992  11:49:49 */
  4. /* ************************************************************* */
  5.  
  6.  
  7. /* ************************************************************* */
  8. /* Start Block */
  9. /* ************************************************************* */
  10. options results   /* Ergebnisse anfordern */
  11. if ~show(ports,'PRINTFILES')then do   /* Läuft PrintFiles schon ? */
  12.     address command 'printfiles'   /* wenn nicht, dann ein Startversuch */
  13. address command 'sys:rexxc/WaitForPort PRINTFILES'  /* noch ein bisschen abwarten */
  14. end   /*  */
  15. if ~(show(ports,'PRINTFILES')) then return 5   /* Rückgabewert 5 bei Mißerfolg */
  16. address  PRINTFILES  /* Kommandos an PrintFiles */
  17.  
  18. /* ************************************************************* */
  19. /* Druckereinstellungen Block */
  20. /* ************************************************************* */
  21.  
  22. lq     /* Schönschrift   (NLQ-Qualität)     */
  23.  
  24. /* ************************************************************* */
  25. /* *** Ende der Datei *** */
  26. /* ************************************************************* */
  27.